home *** CD-ROM | disk | FTP | other *** search
/ El Mac 1 / Magazine.iso / EL MAC 1 / Infotenimiento / Rednex / REDNEX.DIR / 00129.ls < prev    next >
Encoding:
Text File  |  1995-08-21  |  476 b   |  27 lines

  1. on enterFrame
  2.   set the constraint of sprite 9 to 8
  3. end
  4.  
  5. on exitFrame
  6.   puppetSprite(3, 1)
  7.   set the constraint of sprite 9 to 8
  8.   if the mouseCast = 65 then
  9.     cursor([49, 50])
  10.   end if
  11.   if the mouseCast = 63 then
  12.     cursor([49, 50])
  13.   end if
  14.   if the mouseCast = 66 then
  15.     cursor([49, 50])
  16.   end if
  17.   if the mouseCast = 71 then
  18.     cursor([49, 50])
  19.   end if
  20.   if the mouseCast = 62 then
  21.     cursor([49, 50])
  22.   end if
  23.   updateStage()
  24.   go(the frame)
  25.   updateStage()
  26. end
  27.